home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / graphics / library / wgt51_r2.zip / WGT5 / 3D / README.DOC < prev    next >
Encoding:
Text File  |  1996-08-03  |  1.3 KB  |  30 lines

  1. WGT 3D rendering system notes:
  2.  
  3. This system is still under development.  It can read 3DS files directly and
  4. view/rotate them realtime using several different rendering methods.
  5.  
  6. The keyframer animation section is not working yet.  Do not attempt to
  7. use the animate_objects command or the program will crash.
  8.  
  9. The program will create various light tables depending on which method
  10. you choose.  Once it has created the table, it saves it to disk for the
  11. next time you run the program.  If you decide to change the texture, you
  12. will have to delete all the .DAT files from the directory so the program
  13. will recreate the tables.  There are a few textures you can try:
  14.  water.pcx, tiger.pcx, and stone.pcx.   
  15. The program uses texture.pcx so just copy one of these files over 
  16. texture.pcx to try a new image.
  17.  
  18. Translucent texture and gouraud is commonly used with motion blur.  When
  19. using motion blur, the screen is not cleared between frames.  If a 
  20. translucent object is drawn several times on the same spot, it will get
  21. brighter.  Some good values to try are 0.2 for the translucent foreground, 
  22. 0.9 for the background, and 0.9 for the motion blur.
  23.  
  24. You may want to change the maximum number of polygons and vertices by
  25. changing the #define statements in the source code.  It is currently
  26. set to handle very large files.
  27.  
  28.  
  29.  
  30.